MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / __valid

Method __valid

suds/sax/text.py:35–36  ·  view source on GitHub ↗
(cls, *args)

Source from the content-addressed store, hash-verified

33
34 @classmethod
35 def __valid(cls, *args):
36 return len(args) and args[0] is not None
37
38 def __new__(cls, *args, **kwargs):
39 if cls.__valid(*args):

Callers 1

__new__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected