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

Method endswith

O365/utils/utils.py:1117–1123  ·  view source on GitHub ↗

Adds a endswith word check :param str word: word to check :rtype: Query

(self, word)

Source from the content-addressed store, hash-verified

1115
1116 @fluent
1117 def endswith(self, word):
1118 """ Adds a endswith word check
1119
1120 :param str word: word to check
1121 :rtype: Query
1122 """
1123 return self.function('endswith', word)
1124
1125 @fluent
1126 def iterable(self, iterable_name, *, collection, word, attribute=None, func=None,

Callers 1

build_base_urlMethod · 0.80

Calls 1

functionMethod · 0.95

Tested by

no test coverage detected