MCPcopy
hub / github.com/marshmallow-code/marshmallow / get_lowername

Function get_lowername

tests/base.py:176–181  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

174
175
176def get_lowername(obj):
177 if obj is None:
178 return missing
179 if isinstance(obj, dict):
180 return obj.get("name", "").lower()
181 return obj.name.lower()
182
183
184class UserSchema(Schema):

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…