Package ldaptor :: Module ldapfilter
[hide private]
[frames] | no frames]

Module ldapfilter

source code

Classes [hide private]
  InvalidLDAPFilter
Functions [hide private]
 
parseExtensible(attr, s) source code
 
_p_escaped(s, l, t) source code
 
_p_simple(s, l, t) source code
 
_p_substring(s, l, t) source code
 
_p_extensible_dn(s, l, t) source code
 
_p_matchingrule_or_none(s, l, t) source code
 
_p_extensible_attr(s, l, t) source code
 
_p_extensible_noattr(s, l, t) source code
 
_p_extensible(s, l, t) source code
 
parseFilter(s) source code
 
_p_maybeSubString_simple(s, l, t) source code
 
_p_maybeSubString_present(s, l, t) source code
 
_p_maybeSubString_substring(s, l, t) source code
 
parseMaybeSubstring(attrType, s) source code
Variables [hide private]
  filter_ = filter
  attr = attr
  hexdigits = hexdigits
  escaped = escaped
  value = value
  equal = "="
  approx = "~="
  greater = ">="
  less = "<="
  filtertype = filtertype
  simple = simple
  present = {attr "=*"}
  initial = initial
  any_value = {value Suppress:("*")}
  any = any
  final = final
  substring = substring
  keystring = keystring
  numericoid = numericoid
  oid = oid
  matchingrule = matchingrule
  extensible_dn = [":dn"]
  matchingrule_or_none = [{Suppress:(":") matchingrule}]
  extensible_attr = extensible_attr
  extensible_noattr = extensible_noattr
  extensible = extensible
  item = item
  not_ = not
  filterlist = {filter}...
  or_ = or
  and_ = and
  filtercomp = filtercomp
  toplevel = toplevel
  maybeSubString_value = Combine:({{!W:(*\) | escaped}}...)
  maybeSubString_simple = Combine:({{!W:(*\) | escaped}}...)
  maybeSubString_present = "*"
  maybeSubString_substring = {{[initial] any} [final]}
  maybeSubString = {{Combine:({{!W:(*\) | escaped}}...) ^ "*"} ...
  __package__ = 'ldaptor'
  __warningregistry__ = {('Operator \'<<\' is deprecated, use \'...
Variables Details [hide private]

maybeSubString

Value:
{{Combine:({{!W:(*\) | escaped}}...) ^ "*"} ^ {{[initial] any} [final\
]}}

__warningregistry__

Value:
{('Operator \'<<\' is deprecated, use \'<<=\' instead',
  <type 'exceptions.DeprecationWarning'>,
  172): True}