Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ __init__
Method
__init__
flow-python/megflow/func_op.py:10–11 ·
view source on GitHub ↗
(self, **entries)
Source
from the content-addressed store, hash-verified
8
9
class
Context:
10
def
__init__(self, **entries):
11
self.__dict__.update(entries)
12
13
def
name_convert_to_camel(name):
14
contents = re.findall(
'_[a-z]+'
, name)
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected