MCPcopy
hub / github.com/jumpserver/jumpserver / bind

Method bind

apps/common/serializers/common.py:30–35  ·  view source on GitHub ↗
(self, field_name, parent)

Source from the content-addressed store, hash-verified

28 ref_name = None
29
30 def bind(self, field_name, parent):
31 if self.method_name is None:
32 method_name = 'get_{field_name}_serializer'.format(field_name=field_name)
33 self.method_name = method_name
34
35 super().bind(field_name, parent)
36
37 @cached_property
38 def serializer(self) -> serializers.Serializer:

Callers 15

inspinia.jsFile · 0.80
nFunction · 0.80
ftFunction · 0.80
jquery.form.min.jsFile · 0.80
startFunction · 0.80
addBindingsFunction · 0.80
jquery.colorbox.jsFile · 0.80
loadFunction · 0.80
rootNodeAddDomFunction · 0.80
GFunction · 0.80
NFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected