-
Notifications
You must be signed in to change notification settings - Fork 15
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
refactor #1
Open
szabadkai
wants to merge
22
commits into
balabit:master
Choose a base branch
from
szabadkai:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+471
−246
Open
refactor #1
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
4ad60c9
First Tests and Classes
szabadkai 3395275
First Tests and Classes
szabadkai 8105b03
First Tests and Classes
szabadkai fe3901c
test for write header
szabadkai c7dc7d5
Notebook class introduced
szabadkai 78741e3
Formater class implementeed
szabadkai b12c69a
Formater class implementeed
szabadkai d03b46a
py import
szabadkai b74cf07
tests revised
szabadkai 23512c2
tests extended
szabadkai 2b89edd
fit to the old ui
szabadkai f329fb3
testfiles regenerated with the original py-s
szabadkai 04d4f19
.ide removed
szabadkai 28871e0
files rearranged
szabadkai 50746b2
files rearranged
szabadkai 2da8faa
files rearranged
szabadkai 90ea9ee
files rearranged
szabadkai a3e2bd2
.idea rm
szabadkai 4a7676d
read patch
szabadkai 511b4c8
Notebook format patch
szabadkai eb5c17b
reed_py extracted to a separate class
szabadkai efc6019
ReadPy class extracted
szabadkai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tests extended
commit 23512c2698845f8cfa5fcb4c40aab3310fe48488
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import abc | ||
import json | ||
from Notebook import Notebook,Cell | ||
|
||
|
||
class Formater(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name of the module should probably be with two t letters, eg Formatter