MCPcopy Index your code
hub / github.com/numpy/numpy / __call__

Method __call__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

validateMethod · 0.95

Tested by

no test coverage detected