Skip to content

Commit 2c73646

Browse files
committed
docs: include size_of in coverage doc
1 parent e8ed8d2 commit 2c73646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/coverage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
See which `algorand-python` stubs are implemented by the `algorand-python-testing` library. See the [Concepts](testing-guide/concepts.md#types-of-algopy-stub-implementations) section for more details on the implementation categories. Refer to the [`algorand-python` stubs API](api.md) for the full list of the stubs for which the `algorand-python-testing` library provides implementations referenced in the table below.
44

55
| Name | Implementation type |
6-
| ------------------------------------------- | ------------------- |
6+
|---------------------------------------------|---------------------|
77
| algopy.Account | Emulated |
88
| algopy.Application | Emulated |
99
| algopy.Asset | Emulated |
@@ -33,6 +33,7 @@ See which `algorand-python` stubs are implemented by the `algorand-python-testin
3333
| algopy.ensure_budget | Emulated |
3434
| algopy.log | Emulated |
3535
| algopy.logicsig | Emulated |
36+
| algopy.size_of | Emulated |
3637
| algopy.subroutine | Native |
3738
| algopy.uenumerate | Native |
3839
| algopy.urange | Native |

0 commit comments

Comments
 (0)