MCPcopy 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

parseMethod · 0.80
__parse_itemsMethod · 0.80

Calls 1

Tested by

no test coverage detected