Also avoid even creating a function since we just end up calling it
right away.
Details
Details
- Reviewers
 phillco indygreg - Group Reviewers
 hg-reviewers - Commits
 - rHGbd0086bd3af4: rebase: inline _makextrafn() now that we have only one caller
 
Diff Detail
Diff Detail
- Repository
 - rHG Mercurial
 - Lint
 Lint Skipped - Unit
 Unit Tests Skipped 
Event Timeline
Comment Actions
The ability to register extra functions seems like the important functionality here. And self.extrafns is preserved. So I don't think anyone will miss the old function.