You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/web3.pm.rst
+7-7
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,6 @@ Installation
12
12
13
13
.. warning:: The PM module is still under development, and not all use-cases are currently supported, so it is not included by default in the web3 instance.
14
14
15
-
You must install the eth-pm module separately, until it is stable. Install with:
16
-
17
-
.. code-block:: python
18
-
19
-
pip install --upgrade ethpm
20
-
21
15
Attaching
22
16
---------
23
17
@@ -34,4 +28,10 @@ Methods
34
28
35
29
The following methods are available on the ``web3.pm`` namespace.
36
30
37
-
TODO: autoclass docstrings once ``web3.pm`` is stable.
31
+
.. autoclass:: web3.pm.PM
32
+
:members:
33
+
34
+
.. note:: The ``web3.pm.Registry`` class is not designed to be interacted with directly, rather via the ``web3.pm.PM`` api.
0 commit comments