MCPcopy
hub / github.com/LCAV/pyroomacoustics / get

Method get

pyroomacoustics/parameters.py:208–217  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

206 _constants[name] = val
207
208 def get(self, name):
209 try:
210 v = _constants[name]
211 except KeyError:
212 try:
213 v = _constants_default[name]
214 except KeyError:
215 raise NameError(name + ": no such constant")
216
217 return v
218
219
220# the instanciation of the class

Callers 15

build_extensionMethod · 0.80
__init__Method · 0.80
highpassFunction · 0.80
fractional_delayFunction · 0.80
resampleFunction · 0.80
_var_initMethod · 0.80
from_cornersMethod · 0.80
compute_rirMethod · 0.80
is_insideMethod · 0.80
steering_vector_2DMethod · 0.80

Calls

no outgoing calls

Tested by 12

build_rir_wrapFunction · 0.64
test_fractional_delayFunction · 0.64
roomFunction · 0.64
test_square_roomMethod · 0.64
room_constructFunction · 0.64
room_factoryFunction · 0.64
test_scat_ray_blockedMethod · 0.64
test_scat_ray_okMethod · 0.64