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

Method __init__

numpy/_core/records.py:117–120  ·  view source on GitHub ↗
(self, formats, names, titles, aligned=False, byteorder=None)

Source from the content-addressed store, hash-verified

115 """
116
117 def __init__(self, formats, names, titles, aligned=False, byteorder=None):
118 self._parseFormats(formats, aligned)
119 self._setfieldnames(names, titles)
120 self._createdtype(byteorder)
121
122 def _parseFormats(self, formats, aligned=False):
123 """ Parse the field formats """

Callers

nothing calls this directly

Calls 3

_parseFormatsMethod · 0.95
_setfieldnamesMethod · 0.95
_createdtypeMethod · 0.95

Tested by

no test coverage detected