Searched defs:resolve_dotted_attribute (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DSimpleXMLRPCServer.py115 def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): function
116 """resolve_dotted_attribute(a, 'b.c.d') => a.b.c.d
330 method = resolve_dotted_attribute(
411 func = resolve_dotted_attribute(
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DSimpleXMLRPCServer.py115 def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): function
116 """resolve_dotted_attribute(a, 'b.c.d') => a.b.c.d
330 method = resolve_dotted_attribute(
411 func = resolve_dotted_attribute(

Completed in 126 milliseconds