Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90925628
__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
Wed, Nov 6, 01:41
Size
418 B
Mime Type
text/x-python
Expires
Fri, Nov 8, 01:41 (2 d)
Engine
blob
Format
Raw Data
Handle
22158699
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