MCPcopy Create free account
hub / github.com/numpy/numpy / __call__

Method __call__

numpy/lib/_iotools.py:381–382  ·  view source on GitHub ↗
(self, names, defaultfmt="f%i", nbfields=None)

Source from the content-addressed store, hash-verified

379 return tuple(validatednames)
380
381 def __call__(self, names, defaultfmt="f%i", nbfields=None):
382 return self.validate(names, defaultfmt=defaultfmt, nbfields=nbfields)
383
384
385def str2bool(value):

Callers

nothing calls this directly

Calls 1

validateMethod · 0.95

Tested by

no test coverage detected