結論: pycryptoを2.5に落とせ。
やったこと。
fab deploy とかしたらこんなことを言われた
Traceback (most recent call last):
File "/usr/bin/fab", line 9, in
This file contains hidden or 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
| var Benchmark = require('benchmark'); | |
| var options = { | |
| onStart : function() { | |
| console.log('h1. ' + this.name + 'で一番速いのは?'); | |
| }, | |
| onCycle : function(event, bench) { | |
| console.log('* ' + bench.name + '\t' + bench.hz.toFixed(bench.hz < 100 ? 2 : 0)); | |
| }, | |
| onComplete : function() { |
YARD CHEATSHEET http://yardoc.org
May 2020 - updated fork: https://gist.github.com/phansch/db18a595d2f5f1ef16646af72fe1fb0e
cribbed from http://pastebin.com/xgzeAmBn
Templates to remind you of the options and formatting for the different types of objects you might want to document using YARD.
NewerOlder