module documentation

Undocumented

Class InvalidLDAPFilter Undocumented
Function parseExtensible Undocumented
Function parseFilter Converting source string to pureldap.LDAPFilter
Function parseMaybeSubstring Undocumented
Variable and_ Undocumented
Variable any Undocumented
Variable any_value Undocumented
Variable approx Undocumented
Variable attr Undocumented
Variable equal Undocumented
Variable escaped Undocumented
Variable extensible Undocumented
Variable extensible_attr Undocumented
Variable extensible_dn Undocumented
Variable extensible_noattr Undocumented
Variable filter_ Undocumented
Variable filtercomp Undocumented
Variable filterlist Undocumented
Variable filtertype Undocumented
Variable final Undocumented
Variable greater Undocumented
Variable hexdigits Undocumented
Variable initial Undocumented
Variable item Undocumented
Variable keystring Undocumented
Variable less Undocumented
Variable matchingrule Undocumented
Variable matchingrule_or_none Undocumented
Variable maybeSubString Undocumented
Variable maybeSubString_present Undocumented
Variable maybeSubString_simple Undocumented
Variable maybeSubString_substring Undocumented
Variable maybeSubString_value Undocumented
Variable not_ Undocumented
Variable numericoid Undocumented
Variable oid Undocumented
Variable or_ Undocumented
Variable present Undocumented
Variable simple Undocumented
Variable substring Undocumented
Variable toplevel Undocumented
Variable value Undocumented
Function _p_escaped Undocumented
Function _p_extensible Undocumented
Function _p_extensible_attr Undocumented
Function _p_extensible_dn Undocumented
Function _p_extensible_noattr Undocumented
Function _p_matchingrule_or_none Undocumented
Function _p_maybeSubString_present Undocumented
Function _p_maybeSubString_simple Undocumented
Function _p_maybeSubString_substring Undocumented
Function _p_simple Undocumented
Function _p_substring Undocumented
def parseExtensible(attr, s): (source)

Undocumented

def parseFilter(s): (source)

Converting source string to pureldap.LDAPFilter Source string is converted to unicode as pyparsing cannot parse bytes objects with the rules declared in this module.

def parseMaybeSubstring(attrType, s): (source)

Undocumented

and_ = (source)

Undocumented

Undocumented

any_value = (source)

Undocumented

approx = (source)

Undocumented

attr = (source)

Undocumented

equal = (source)

Undocumented

escaped = (source)

Undocumented

extensible = (source)

Undocumented

extensible_attr = (source)

Undocumented

extensible_dn = (source)

Undocumented

extensible_noattr = (source)

Undocumented

filter_ = (source)

Undocumented

filtercomp = (source)

Undocumented

filterlist = (source)

Undocumented

filtertype = (source)

Undocumented

final = (source)

Undocumented

greater = (source)

Undocumented

hexdigits = (source)

Undocumented

initial = (source)

Undocumented

item = (source)

Undocumented

keystring = (source)

Undocumented

less = (source)

Undocumented

matchingrule = (source)

Undocumented

matchingrule_or_none = (source)

Undocumented

maybeSubString = (source)

Undocumented

maybeSubString_present = (source)

Undocumented

maybeSubString_simple = (source)

Undocumented

maybeSubString_substring = (source)

Undocumented

maybeSubString_value = (source)

Undocumented

not_ = (source)

Undocumented

numericoid = (source)

Undocumented

Undocumented

Undocumented

present = (source)

Undocumented

simple = (source)

Undocumented

substring = (source)

Undocumented

toplevel = (source)

Undocumented

value = (source)

Undocumented

def _p_escaped(s, l, t): (source)

Undocumented

def _p_extensible(s, l, t): (source)

Undocumented

def _p_extensible_attr(s, l, t): (source)

Undocumented

def _p_extensible_dn(s, l, t): (source)

Undocumented

def _p_extensible_noattr(s, l, t): (source)

Undocumented

def _p_matchingrule_or_none(s, l, t): (source)

Undocumented

def _p_maybeSubString_present(s, l, t): (source)

Undocumented

def _p_maybeSubString_simple(s, l, t): (source)

Undocumented

def _p_maybeSubString_substring(s, l, t): (source)

Undocumented

def _p_simple(s, l, t): (source)

Undocumented

def _p_substring(s, l, t): (source)

Undocumented