Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ __init__
Method
__init__
python/python3/tornado/template.py:678–679 ·
view source on GitHub ↗
(self, expression: str, line: int)
Source
from the content-addressed store, hash-verified
676
677
class
_Module(_Expression):
678
def
__init__(self, expression: str, line: int) -> None:
679
super().__init__(
"_tt_modules."
+ expression, line, raw=True)
680
681
682
class
_Text(_Node):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected