5. test_py_module
¶
Table of Contents
5.1. Generated Index¶
Part of the sphinx build process in generate and index file: 索引.
5.2. Optional parameter args¶
At this point optional parameters cannot be generated from code. However, some projects will manually do it, like so:
This example comes from django-payments module docs.
-
class
payments.dotpay.
DotpayProvider
(seller_id, pin[, channel=0[, lock=False], lang='pl'])¶ This backend implements payments using a popular Polish gateway, Dotpay.pl.
Due to API limitations there is no support for transferring purchased items.
パラメータ: - seller_id -- Seller ID assigned by Dotpay
- pin -- PIN assigned by Dotpay
- channel -- Default payment channel (consult reference guide)
- lang -- UI language
- lock -- Whether to disable channels other than the default selected above