Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92261409
__init__.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 18, 21:28
Size
418 B
Mime Type
text/x-python
Expires
Wed, Nov 20, 21:28 (2 d)
Engine
blob
Format
Raw Data
Handle
22407610
Attached To
rAKA akantu
__init__.py
View Options
from
py11_akantu
import
*
# noqa: F401, F403
import
py11_akantu
private_keys
=
set
(
dir
(
py11_akantu
))
-
set
(
dir
())
for
k
in
private_keys
:
globals
()[
k
]
=
getattr
(
py11_akantu
,
k
)
def
initialize
(
*
args
,
**
kwargs
):
raise
RuntimeError
(
"No need to call initialize,"
" use parseInput to read an input file"
)
def
finalize
(
*
args
,
**
kwargs
):
raise
RuntimeError
(
"No need to call finalize"
)
Event Timeline
Log In to Comment