-
Notifications
You must be signed in to change notification settings - Fork 287
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
Move classes and public functions to top of files #1227
Comments
@guarin I have moved the private func to bottom level for visibility and accessibility. kindly create a seprate issue for moving the private func to the bottom to the mentioned files and assign it to me.
|
@moli-debugger thanks for looking into this! I created the issue here: #1671 I can assign it to you once you comment on it. FYI the SSL models in |
I would also like to work on this issue, If there are any more files that need to be changed I would like to do it. |
Hi @fadkeabhi, thanks for looking into this! I added some more directories to the issue description. Would you be interested on any of them? |
@guarin Thank you for the opportunity. I will work on those directories. Will submit a PR regarding it soon. |
Closing as completed in #1685 |
Description
Private functions or classes start with an underscore:
def _private_fun
def _PrivateClass
def public_fun
def PublicClass
Exceptions are types/type aliases that should remain next to the function/class where they are used.
Tasks
The text was updated successfully, but these errors were encountered: