File: agents.md

package info (click to toggle)
python-griffe 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,092 kB
  • sloc: python: 14,305; javascript: 84; makefile: 41; sh: 23
file content (77 lines) | stat: -rw-r--r-- 1,056 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Agents

Griffe is able to analyze code both statically and dynamically.

## **Main API**

::: griffe.visit

::: griffe.inspect

## **Advanced API**

::: griffe.Visitor

::: griffe.Inspector

## **Dynamic analysis helpers**

::: griffe.sys_path

::: griffe.dynamic_import

::: griffe.ObjectNode

::: griffe.ObjectKind

## **Static analysis helpers**

::: griffe.builtin_decorators

::: griffe.stdlib_decorators

::: griffe.typing_overload

::: griffe.ast_kind

::: griffe.ast_children

::: griffe.ast_previous_siblings

::: griffe.ast_next_siblings

::: griffe.ast_siblings

::: griffe.ast_previous

::: griffe.ast_next

::: griffe.ast_first_child

::: griffe.ast_last_child

::: griffe.get_docstring

::: griffe.get_name

::: griffe.get_names

::: griffe.get_instance_names

::: griffe.get__all__

::: griffe.safe_get__all__

::: griffe.relative_to_absolute

::: griffe.get_parameters

::: griffe.get_value

::: griffe.safe_get_value

<!-- YORE: Bump 2: Remove line. -->
## **Deprecated API**

<!-- YORE: Bump 2: Remove line. -->
::: griffe.ExportedName