MCPcopy Index your code
hub / github.com/O365/python-o365 / on_attribute

Method on_attribute

O365/utils/utils.py:907–914  ·  view source on GitHub ↗

Apply query on attribute, to be used along with chain() :param str attribute: attribute name :rtype: Query

(self, attribute)

Source from the content-addressed store, hash-verified

905
906 @fluent
907 def on_attribute(self, attribute):
908 """ Apply query on attribute, to be used along with chain()
909
910 :param str attribute: attribute name
911 :rtype: Query
912 """
913 self._attribute = self._get_mapping(attribute)
914 return self
915
916 @fluent
917 def on_list_field(self, field):

Callers 2

get_child_foldersMethod · 0.80
get_child_foldersMethod · 0.80

Calls 1

_get_mappingMethod · 0.95

Tested by

no test coverage detected