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

Method startswith

O365/utils/utils.py:1108–1114  ·  view source on GitHub ↗

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

(self, word)

Source from the content-addressed store, hash-verified

1106
1107 @fluent
1108 def startswith(self, word):
1109 """ Adds a startswith word check
1110
1111 :param str word: word to check
1112 :rtype: Query
1113 """
1114 return self.function('startswith', word)
1115
1116 @fluent
1117 def endswith(self, word):

Callers 6

get_item_by_pathMethod · 0.80
get_eventsMethod · 0.80
prefix_scopeMethod · 0.80
get_siteMethod · 0.80
has_attachmentsMethod · 0.80
_parse_resourceMethod · 0.80

Calls 1

functionMethod · 0.95

Tested by

no test coverage detected