Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does network_count represent? #2908

Open
see-k-er opened this issue Feb 25, 2024 · 1 comment
Open

What does network_count represent? #2908

see-k-er opened this issue Feb 25, 2024 · 1 comment

Comments

@see-k-er
Copy link

Hello!
I am using this repo for a project and came across repo.network_count method in class github.Repository.Repository.

    def network_count(self) -> int:
        """
        :type: integer
        """
        self._completeIfNotSet(self._network_count)
        return self._network_count.value

The value returned for this field seemed to be the same as that of repo.forks. Can someone explain what this field is?

@xvega
Copy link
Contributor

xvega commented Mar 15, 2024

Hello @see-k-er

I noticed this was posted as an issue; it's actually a perfect question for the PyGitHub Discussions Q&A section. Where you can ask the community for help

Stack Overflow is also a fantastic place for reaching a broader audience with the pygithub tag.

Issues are best reserved for bug reports or feature suggestions, helping maintainers or people looking into issues to contribute solutions to prioritize development work. As PyGithub is seeking new maintainers, focusing our efforts is more important than ever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants