Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdupageAPI/edupage-api
/ assert_none
Method
assert_none
edupage_api/module.py:46–48 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
44
45
@staticmethod
46
def
assert_none(*args):
47
if
None in args:
48
raise
MissingDataException()
49
50
@staticmethod
51
def
parse_enum(string: str, enum_type: Enum):
Callers
2
parse
Method · 0.80
__parse_items
Method · 0.80
Calls
1
MissingDataException
Class · 0.90
Tested by
no test coverage detected