MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / find

Function find

Lib/string.py:351–361  ·  view source on GitHub ↗

find(s, sub [,start [,end]]) -> in Return the lowest index in s where substring sub is found, such that sub is contained within s[start,end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure.

(s, *args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

callbackMethod · 0.90
runMethod · 0.90
ispathFunction · 0.90

Calls 1

findMethod · 0.45

Tested by

no test coverage detected