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

Method contains

O365/utils/utils.py:1099–1105  ·  view source on GitHub ↗

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

(self, word)

Source from the content-addressed store, hash-verified

1097
1098 @fluent
1099 def contains(self, word):
1100 """ Adds a contains word check
1101
1102 :param str word: word to check
1103 :rtype: Query
1104 """
1105 return self.function('contains', word)
1106
1107 @fluent
1108 def startswith(self, word):

Callers 10

searchtools.jsFile · 0.80
jquery-3.4.1.jsFile · 0.80
isAttachedFunction · 0.80
domManipFunction · 0.80
jquery-3.5.1.jsFile · 0.80
isAttachedFunction · 0.80
domManipFunction · 0.80
jquery.jsFile · 0.80
ieFunction · 0.80
PeFunction · 0.80

Calls 1

functionMethod · 0.95

Tested by

no test coverage detected