python-github3 icon indicating copy to clipboard operation
python-github3 copied to clipboard

Converting `Repo` object?

Open skistaddy opened this issue 9 years ago • 0 comments

I made a request for an organization's repositories, printed the result with the all() function, and got this:

[<Repo (express-file)>, <Repo (users)>]

How would I convert this so the result is

['express-file', 'users']

skistaddy avatar Aug 19 '16 17:08 skistaddy