10. Testing object descriptions¶
-
func_without_module
(a, b, *c[, d])¶ Does something.
-
func_without_body
()¶
-
func_with_unknown_field
()¶ : :
: empty field name:
Field_name: Field_name all lower: FIELD_NAME: FIELD_NAME ALL CAPS: Field_Name: Field_Name All Word Caps: Field_name: Field_name First word cap: FIELd_name: FIELd_name PARTial caps:
-
func_noindex
()
-
foolib.
func_with_module
()¶
Referring to func with no index
.
Referring to nothing
.
-
mod.
func_in_module
()¶
-
Cls.
meth2
()¶
-
exception
errmod.
Error
(arg1, arg2)¶
-
mod.
var
¶
-
func_without_module2
() → annotation¶
-
long(parameter, list)
-
another one
-
class
TimeInt
¶ Has only one parameter (triggers special behavior...)
Parameter: moo (Moo) – Moo
11. C items¶
-
Sphinx_DoSomething
()¶
-
SphinxStruct.member
¶
-
SPHINX_USE_PYTHON
¶
-
SphinxType
¶
-
sphinx_global
¶
12. Javascript items¶
-
foo
()¶
-
bar
¶
-
bar.
baz
(href, callback[, errback])¶ Parameter: - href (string) – The location of the resource.
- callback – Get’s called with the data returned by the resource.
Wirft: InvalidHref – If the href is invalid.
Rückgabe: undefined
-
bar.
spam
¶
13. References¶
Referencing mod.Cls
or mod.Cls
should be the same.
With target: Sphinx_DoSomething()
(parentheses are handled),
SphinxStruct.member
, SPHINX_USE_PYTHON
,
SphinxType *
(pointer is handled), sphinx_global
.
Without target: CFunction()
. malloc()
.