Built-in function count - count(s, sub[, start[, end]]) -> int
Built-in function count - count(s, sub[, start[, end]]) -> int
SYNOPSIS
import pgmlgraph
count(s, sub[, start[, end]]) -> int
DESCRIPTION
Return the number of occurrences of substring sub in string
s[start:end]. Optional arguments start and end are
interpreted as in slice notation.
SEE ALSO
pgmlgraph
Generated by HTMLFormatter at Fri Dec 20 18:58:42 2002