pynames: (All) The Names of a Python Object

Description Usage Arguments Examples

View source: R/small-helpers.R

Description

Running [names()] on a Python object provides the public interface names. This function shows all the hidden names as well

Usage

1
pynames(obj)

Arguments

obj

the python object

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(reticulate)

mailbox = import("mailbox")
names(mailbox)
pynames(mailbox)

## End(Not run)

hrbrmstr/sanipy documentation built on May 20, 2019, 11:58 a.m.