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

Method get_expands

O365/utils/utils.py:822–830  ·  view source on GitHub ↗

Returns the result expand clause :rtype: str or None

(self)

Source from the content-addressed store, hash-verified

820 return None
821
822 def get_expands(self):
823 """ Returns the result expand clause
824
825 :rtype: str or None
826 """
827 if self._expands:
828 return ','.join(self._expands)
829 else:
830 return None
831
832 def _get_mapping(self, attribute):
833 if attribute:

Callers 2

__str__Method · 0.95
as_paramsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected