File: accessor_method.rst

package info (click to toggle)
pandas 2.3.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 66,992 kB
  • sloc: python: 425,583; ansic: 9,219; sh: 264; xml: 102; makefile: 85
file content (6 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
{{ fullname }}
{{ underline }}

.. currentmodule:: {{ module.split('.')[0] }}

.. autoaccessormethod:: {{ (module.split('.')[1:] + [objname]) | join('.') }}