question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Standardize class __repr__'s

See original GitHub issue

As observed in https://github.com/PrefectHQ/prefect/pull/616#discussion_r253284001, class reprs are inconsistent:

Core objects have <> around them:

<Flow: name=Flow>
<Task: Task>
<Edge: Task to Task>

States are “called” types:

Success()
Failed()

Runners use Python’s default:

<prefect.engine.flow_runner.FlowRunner at 0x10e8d6e80>

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:14 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
nandahkrishnacommented, May 18, 2019

Thanks! I’ll get started on this.

2reactions
nandahkrishnacommented, May 18, 2019

Is it alright if I work on this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Teaching Standardized Courses: Advantages and ...
In the majority of cases, these courses feature standardized content such as a common syllabus and assignments, and reusable course modules and ...
Read more >
Equity and Standardization: Are they Compatible? - Impact Tulsa
Standardization assumes that if every individual is exposed to the very same sets of instructional conditions (also assuming that every teacher ...
Read more >
Standardized Time-Block Model | Office of the Registrar
The primary goal of the Office of the Registrar is to maximize courses, staff, ... Standardized evening class times reduce class scheduling overlaps...
Read more >
Standardization Policy - ISNS FACULTY
Internal Standardization is the process by which the assessments of a teacher are quality assured by another colleague(s) from the same subject or...
Read more >
The Standardization of College Teaching - Inside Higher Ed
As an undergraduate at a state university, I read the schedule of classes long before I had to register. I scanned instructors' names...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found