MCPcopy Create free account
hub / github.com/Lauriat/funct / __setinplace

Method __setinplace

funct/Array.py:1117–1120  ·  view source on GitHub ↗
(self, s, arg)

Source from the content-addressed store, hash-verified

1115 raise ValueError(f"Expected type bool for {name} argument")
1116
1117 def __setinplace(self, s, arg):
1118 self.__validate_bool_arg(arg, "inplace")
1119 self[:] = s
1120 return self
1121
1122 def __map(self, f, e):
1123 if isinstance(e, Iterable):

Callers 8

absMethod · 0.95
floorMethod · 0.95
ceilMethod · 0.95
roundMethod · 0.95
clipMethod · 0.95
rollMethod · 0.95
mapMethod · 0.95
fillMethod · 0.95

Calls 1

__validate_bool_argMethod · 0.95

Tested by

no test coverage detected