Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ _Module
Class
_Module
python/python3/tornado/template.py:677–679 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
675
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
1
_parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected