Skip to content

Project for exploring python modules, packages, and classes.

Notifications You must be signed in to change notification settings

BLayman/ML-Test-Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-Test-Repo

The ".project" and ".pydevproject" files were added by eclipse, as well as the "pycache" folders.

Run main.py to see the order in which package file content is run. This is something I wasn't aware of until I started playing around with it, so you might find it useful too.

Here's the console output (in case you're curious):

helpers init file

say init file

hello file top level code

goodbye file top level code

running code inside class

running main

hello

goodbye

in class constructor

parameter: 99

in class method

About

Project for exploring python modules, packages, and classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages