doc/api/cwvreg.rst
changeset 10499 d0907690af55
parent 10496 e95b559a06a2
child 12813 9c151701d63e
equal deleted inserted replaced
10498:36e48f7ac61a 10499:d0907690af55
     3 :mod:`cubicweb.cwvreg`
     3 :mod:`cubicweb.cwvreg`
     4 ======================
     4 ======================
     5 
     5 
     6 .. automodule:: cubicweb.cwvreg
     6 .. automodule:: cubicweb.cwvreg
     7 
     7 
       
     8     .. autoclass:: CWRegistryStore
       
     9         :show-inheritance:
       
    10         :members:
       
    11         :undoc-members:
       
    12 
     8     .. autoclass:: CWRegistry
    13     .. autoclass:: CWRegistry
     9         :show-inheritance:
    14         :show-inheritance:
    10         :members:
    15         :members: schema, poss_visible_objects, select
    11 
    16 
    12     .. autoclass:: InstancesRegistry
    17     .. autoclass:: InstancesRegistry
    13         :show-inheritance:
    18         :show-inheritance:
    14         :members:
    19         :members:
    15 
    20 
    31 
    36 
    32     .. autoclass:: BwCompatCWRegistry
    37     .. autoclass:: BwCompatCWRegistry
    33         :show-inheritance:
    38         :show-inheritance:
    34         :members:
    39         :members:
    35 
    40 
    36     .. autoclass:: CWRegistryStore
    41 
    37         :show-inheritance:
    42 :mod:`logilab.common.registry`
    38         :members:
    43 ==============================
       
    44 
       
    45 .. automodule:: logilab.common.registry